-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue with config that don;t have labels.
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Change my mind on some features | ||
|
||
- Added Project Path to argparse and config | ||
If the folder is not specified, generated files will be dumped in cwd | ||
If is specified but does not exist - error, exit | ||
|
||
- removed --dated | ||
good for testing but not that useful. | ||
|
||
- code does not delete any files when --overwrite is used, but will allow overwriting. | ||
|
||
- renamed project_folder to project_path | ||
|
||
- switch to pathlib from os.path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters