Skip to content

Commit

Permalink
Update fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
vHanda committed May 14, 2022
1 parent 54b92e0 commit 68e4a8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ import (
var errRepoPathInvalid = errors.New("Not a valid git repo")

func daemonStatus(ctx *cli.Context) error {
// FIXME: Implement 'daemonStatus'

// Print out the configuration
// Print out uptime
// Print out if there are any 'rebasing' issues and we are paused

return nil
}

Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func main() {
Usage: "Show the Daemon's status",
Action: daemonStatus,
},
// FIXME: Move these functions output of the daemon subcommand
// Maybe even remove the daemon subcommand alltogether
{
Name: "list",
Aliases: []string{"ls"},
Expand Down

0 comments on commit 68e4a8e

Please sign in to comment.