Skip to content

Commit 526a5cc

Browse files
committed
move cli in as its own UI package next to the new tui
1 parent 6d49b90 commit 526a5cc

17 files changed

+1129
-1109
lines changed

cmd/keymaster/main.go

Lines changed: 2 additions & 1094 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
import (
88
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
import (
88
"testing"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
// Note: audit writer helper removed — prefer calling `db.DefaultAuditWriter()`
88
// directly where needed.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
import (
88
"bytes"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
// TODO: consider removal — OWNER_APPROVAL_REQUIRED
88
// Candidate: CLI debug command used for local diagnostics. Confirm owner before deleting.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keymaster - SSH key management system
33
// This source code is licensed under the MIT license found in the LICENSE file.
44

5-
package main
5+
package cli
66

77
// TODO: consider removal — OWNER_APPROVAL_REQUIRED
88
// Candidate: local DB-backed debug test; keep only if owner confirms it's useful.

0 commit comments

Comments
 (0)