mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
add description
This commit is contained in:
parent
93cd78cf85
commit
0df4c078d7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
var buildCmd = &cobra.Command{
|
||||
Use: "build",
|
||||
Short: "A brief description of your command",
|
||||
Short: "nix build",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
oizys.NixBuild(args...)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue