Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
update to hofmod-cli v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Mar 28, 2020
1 parent 25d9582 commit bb5ccc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
/mvs
/cue.mod/pkg
/vendor
/.hof/
4 changes: 2 additions & 2 deletions cli.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

Outdir: "./"

GenCli: cli.HofGenerator & {
HofGenCli: cli.HofGenerator & {
Outdir: "./"
Cli: CLI
}
Expand All @@ -18,7 +18,7 @@ _CmdImports :: [
{Path: CLI.Package + "/lib", ...},
]

CLI: schema.Cli & {
CLI :: schema.Cli & {
Name: "mvs"
Package: "github.com/hofstadter-io/mvs"

Expand Down
2 changes: 1 addition & 1 deletion cue.mods
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ cue 0.0.15

require (
github.com/hofstadter-io/cuelib v0.0.5
github.com/hofstadter-io/hofmod-cli v0.2.4
github.com/hofstadter-io/hofmod-cli v0.3.0
)

0 comments on commit bb5ccc6

Please sign in to comment.