mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Merge pull request #271 from stevekuznetsov/skuznets/init-options
Parse options in `tito init`
This commit is contained in:
commit
12d1eb49e9
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ class InitModule(BaseCliModule):
|
|||
# DO NOT CALL BaseCliModule.main(self)
|
||||
# we are initializing tito to work in this module and
|
||||
# calling main will result in a configuration error.
|
||||
(self.options, self.args) = self.parser.parse_args(argv)
|
||||
should_commit = False
|
||||
|
||||
rel_eng_dir = os.path.join(find_git_root(), '.tito')
|
||||
|
|
Loading…
Add table
Reference in a new issue