diff --git a/README.md b/README.md index 2d42ee5..9a2a56e 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,6 @@ For all the following **How tos** sections, you need to follow these steps first 2. Open a terminal or command prompt. 3. Navigate to the project directory. -### How to Install - -*Tbd* (installing the CLI on your local machine) - ### How to Run Run the project using the following command: diff --git a/src/KeyVaultCli.Presentation/UserInterface/Table/Alignment.cs b/src/KeyVaultCli.Presentation/UserInterface/Table/Alignment.cs index 7a1f69f..0173cb1 100644 --- a/src/KeyVaultCli.Presentation/UserInterface/Table/Alignment.cs +++ b/src/KeyVaultCli.Presentation/UserInterface/Table/Alignment.cs @@ -1,6 +1,5 @@ namespace KeyVaultCli.Presentation.UserInterface.Table; -// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables public enum Alignment { Left, diff --git a/src/KeyVaultCli.Presentation/UserInterface/Table/ConsoleTable.cs b/src/KeyVaultCli.Presentation/UserInterface/Table/ConsoleTable.cs index 04009a3..5edc680 100644 --- a/src/KeyVaultCli.Presentation/UserInterface/Table/ConsoleTable.cs +++ b/src/KeyVaultCli.Presentation/UserInterface/Table/ConsoleTable.cs @@ -4,7 +4,6 @@ namespace KeyVaultCli.Presentation.UserInterface.Table; -// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables public class ConsoleTable { public IList Columns { get; } diff --git a/src/KeyVaultCli.Presentation/UserInterface/Table/Format.cs b/src/KeyVaultCli.Presentation/UserInterface/Table/Format.cs index 15b6e81..903d6f6 100644 --- a/src/KeyVaultCli.Presentation/UserInterface/Table/Format.cs +++ b/src/KeyVaultCli.Presentation/UserInterface/Table/Format.cs @@ -1,6 +1,5 @@ namespace KeyVaultCli.Presentation.UserInterface.Table; -// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables public enum Format { Default = 0,