-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the 'log_enum' example to 'logger'
- Changed the 'log_enum' example filename to 'logger'. - Changed the internal Command. - Recreated the example Meta Docs. - Deleted old 'log_enum' artifacts.
- Loading branch information
Showing
9 changed files
with
38 additions
and
38 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
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
8 changes: 4 additions & 4 deletions
8
...meta/arg_templates/log_enum-template.json → ...r_meta/arg_templates/logger-template.json
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
6 changes: 3 additions & 3 deletions
6
..._meta/arg_templates/log_enum-template.kdl → ...er_meta/arg_templates/logger-template.kdl
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# This KDL template is formatted to match the `usage` tool as detailed here: https://sr.ht/~jdx/usage/ | ||
|
||
name "log_enum" | ||
bin "log_enum" | ||
name "logger" | ||
bin "logger" | ||
about "A small demo of using the Log Level Enum as an Option." | ||
version "0.10.1" | ||
version "0.10.2" | ||
author "00JCIV00" | ||
|
||
flag "--log-level" help="An Option using the `log.Level` Enum." |
6 changes: 3 additions & 3 deletions
6
...g_enum_meta/help_docs/manpages/log_enum.1 → ...s/logger_meta/help_docs/manpages/logger.1
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
10 changes: 5 additions & 5 deletions
10
..._enum_meta/help_docs/markdown/log_enum.md → .../logger_meta/help_docs/markdown/logger.md
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
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
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
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