Skip to content

Commit

Permalink
more cleanup and reduction
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed May 23, 2021
1 parent 44812c7 commit eeb76a8
Show file tree
Hide file tree
Showing 46 changed files with 30 additions and 2,332 deletions.
7 changes: 0 additions & 7 deletions .hof/shadow/Cli/cmd/hof/cmd/hls/cli/init/help.hls

This file was deleted.

94 changes: 0 additions & 94 deletions .hof/shadow/Cli/cmd/hof/cmd/init.go

This file was deleted.

32 changes: 0 additions & 32 deletions .hof/shadow/Cli/cmd/hof/cmd/init_test.go

This file was deleted.

6 changes: 2 additions & 4 deletions .hof/shadow/Cli/cmd/hof/cmd/root.go
Expand Up @@ -106,12 +106,11 @@ func RootInit() {

RootCmd.AddCommand(CompletionCmd)

RootCmd.AddCommand(InitCmd)
RootCmd.AddCommand(DatamodelCmd)
RootCmd.AddCommand(GenCmd)
RootCmd.AddCommand(RunCmd)
RootCmd.AddCommand(TestCmd)
RootCmd.AddCommand(ModCmd)
RootCmd.AddCommand(DatamodelCmd)
RootCmd.AddCommand(RunCmd)
RootCmd.AddCommand(FeedbackCmd)
RootCmd.AddCommand(HackCmd)
RootCmd.AddCommand(GebCmd)
Expand Down Expand Up @@ -172,7 +171,6 @@ Usage:
hof [flags] [command] [args]
Main commands:
init create an empty workspace or initialize an existing directory to one
gen generate code, data, and config from your data models and designs
mod mod subcmd is a polyglot dependency management tool based on go mods
test test code, apis, and more with Cue
Expand Down
7 changes: 0 additions & 7 deletions cmd/hof/cmd/hls/cli/init/help.hls

This file was deleted.

98 changes: 0 additions & 98 deletions cmd/hof/cmd/init.go

This file was deleted.

32 changes: 0 additions & 32 deletions cmd/hof/cmd/init_test.go

This file was deleted.

6 changes: 2 additions & 4 deletions cmd/hof/cmd/root.go
Expand Up @@ -106,12 +106,11 @@ func RootInit() {

RootCmd.AddCommand(CompletionCmd)

RootCmd.AddCommand(InitCmd)
RootCmd.AddCommand(DatamodelCmd)
RootCmd.AddCommand(GenCmd)
RootCmd.AddCommand(RunCmd)
RootCmd.AddCommand(TestCmd)
RootCmd.AddCommand(ModCmd)
RootCmd.AddCommand(DatamodelCmd)
RootCmd.AddCommand(RunCmd)
RootCmd.AddCommand(FeedbackCmd)
RootCmd.AddCommand(HackCmd)
RootCmd.AddCommand(GebCmd)
Expand Down Expand Up @@ -172,7 +171,6 @@ Usage:
hof [flags] [command] [args]
Main commands:
init create an empty workspace or initialize an existing directory to one
gen generate code, data, and config from your data models and designs
mod mod subcmd is a polyglot dependency management tool based on go mods
test test code, apis, and more with Cue
Expand Down
1 change: 0 additions & 1 deletion design/cli/cmds/0-args.cue

This file was deleted.

1 change: 0 additions & 1 deletion design/cli/cmds/0-flags.cue

This file was deleted.

14 changes: 0 additions & 14 deletions design/cli/cmds/add.cue

This file was deleted.

48 changes: 0 additions & 48 deletions design/cli/cmds/auth.cue

This file was deleted.

0 comments on commit eeb76a8

Please sign in to comment.