Skip to content

Commit

Permalink
updated console readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BeierKevin committed Apr 18, 2024
1 parent a4a2755 commit fd4738d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace KeyVaultCli.Presentation.UserInterface.Table;

// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables
public enum Alignment
{
Left,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace KeyVaultCli.Presentation.UserInterface.Table;

// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables
public class ConsoleTable
{
public IList<object> Columns { get; }
Expand Down
1 change: 0 additions & 1 deletion src/KeyVaultCli.Presentation/UserInterface/Table/Format.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace KeyVaultCli.Presentation.UserInterface.Table;

// Credits go to https://github.com/khalidabuhakmeh/ConsoleTables
public enum Format
{
Default = 0,
Expand Down

0 comments on commit fd4738d

Please sign in to comment.