-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: cdce8p <30130371+cdce8p@users.noreply.github.com> Squashed commit of the following: commit b7949b5 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Fri Jan 22 14:04:52 2021 +0100 Small bugfixes commit 8441671 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Tue Jan 19 20:44:22 2021 +0100 Update gitignore commit 53ebae0 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Tue Jan 19 20:00:13 2021 +0100 Add type hints for args commit ebc95e2 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Tue Jan 19 19:52:04 2021 +0100 Add isort config + reorder imports commit 3f08e86 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Tue Jan 19 19:50:15 2021 +0100 Add arg verify commit 2b885a1 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Tue Jan 19 00:39:06 2021 +0100 Bugfix display default values commit 72ddf16 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 23:54:10 2021 +0100 Use enums for arguments (from, order, format) commit 99ec862 Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 17:09:50 2021 +0100 Update readme commit 44cdf4e Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 16:48:56 2021 +0100 Add custom help text formatter commit 52055be Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 16:41:02 2021 +0100 Add argument groups commit 78b96bb Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 16:38:23 2021 +0100 Reorder arguments commit 0af008b Author: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Mon Jan 18 16:28:14 2021 +0100 Change code formatting - argparser * No code changes!
- Loading branch information
Showing
5 changed files
with
498 additions
and
318 deletions.
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 |
---|---|---|
|
@@ -104,3 +104,9 @@ ENV/ | |
# ignore files to run in docker | ||
docker/* | ||
!docker/.gitkeep | ||
|
||
# Windows | ||
[Dd]esktop.ini | ||
|
||
# macOS | ||
.DS_Store |
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
Oops, something went wrong.