Project

General

Profile

Feature #3282

Updated by Tomáš Strachota over 11 years ago

Currently the global options need to be passed right after the command hammer. 
 Eg. 
 <pre> 
 hammer -v architecture list 
 </pre> 

 It should be also possible to call  
 <pre> 
 $ hammer architecture list -v 
 </pre> 
 and end get the same result.

Back