Skip to content

Commit

Permalink
remove IDEA state files & hide ui command as WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
redradrat committed Nov 5, 2021
1 parent ce2be90 commit acc37dc
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 147 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/kable.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

93 changes: 0 additions & 93 deletions .idea/watcherTasks.xml

This file was deleted.

7 changes: 4 additions & 3 deletions cmd/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ const uiPortKey = "port"

// uiCmd represents the serve command
var uiCmd = &cobra.Command{
Use: "ui",
Short: "Run kable UI",
Long: `Runs kable UI as a server and connects to a kable server.`,
Use: "ui",
Short: "Run kable UI",
Hidden: true,
Long: `Runs kable UI as a server and connects to a kable server.`,
Example: `kable ui --ui-address 127.0.0.1 --ui-port 2020
KABLE_UIADDRESS=127.0.0.1 KABLE_UIPORT kable ui`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit acc37dc

Please sign in to comment.