1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit 9716ad8e61 - Show all commits

View file

@ -260,7 +260,8 @@
Console::outHelpSections([ Console::outHelpSections([
new CliHelpSection(['help'], 'Displays this help menu about the value command'), new CliHelpSection(['help'], 'Displays this help menu about the value command'),
new CliHelpSection(['add'], 'Adds a new entry to the vault (See below)'), new CliHelpSection(['add'], 'Adds a new entry to the vault (See below)'),
new CliHelpSection(['remove', '--name'], 'Removes'), new CliHelpSection(['remove', '--name'], 'Removes an entry from the vault'),
new CliHelpSection(['list'], 'Lists all entries in the vault'),
]); ]);
Console::out((string)null); Console::out((string)null);