From 9716ad8e61d6924f26de16726ca928b96e280adf Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 7 Dec 2022 18:24:48 -0500 Subject: [PATCH] Updated CredentialMenu.php help menu https://git.n64.cc/nosial/ncc/-/issues/27 --- src/ncc/CLI/CredentialMenu.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ncc/CLI/CredentialMenu.php b/src/ncc/CLI/CredentialMenu.php index faf2fce..85e1ff0 100644 --- a/src/ncc/CLI/CredentialMenu.php +++ b/src/ncc/CLI/CredentialMenu.php @@ -260,7 +260,8 @@ Console::outHelpSections([ 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(['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);