Skip to content

Commit

Permalink
Move all command functionality into a command package (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess authored Jul 15, 2024
1 parent 6e75843 commit bed4c43
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 88 deletions.
4 changes: 2 additions & 2 deletions command.go → command/command.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package cli provides a tiny, simple and minimalistic CLI framework for building Go CLI tools.
package cli
// Package cli provides a clean, minimal and simple mechanism for constructing CLI commands.
package command

import (
"errors"
Expand Down
Loading

0 comments on commit bed4c43

Please sign in to comment.