Skip to content

Commit

Permalink
Disable 'daemon status' command
Browse files Browse the repository at this point in the history
I can implement it if someone actually asks for it.
  • Loading branch information
vHanda committed May 14, 2022
1 parent c583b61 commit 820ddbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ func main() {
Usage: "Interact with the background daemon",
Subcommands: []*cli.Command{
// FIXME: Add a command to show the daemon's logs
{
Name: "status",
Usage: "Show the Daemon's status",
Action: daemonStatus,
},
// {
// Name: "status",
// Usage: "Show the Daemon's status",
// Action: daemonStatus,
// },
{
Name: "list",
Aliases: []string{"ls"},
Expand Down

0 comments on commit 820ddbc

Please sign in to comment.