feat: scaffold Go-based hf CLI
This commit is contained in:
0
internal/client/.gitkeep
Normal file
0
internal/client/.gitkeep
Normal file
3
internal/client/doc.go
Normal file
3
internal/client/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package client
|
||||
|
||||
// Package client will host HarborForge HTTP client helpers.
|
||||
0
internal/commands/.gitkeep
Normal file
0
internal/commands/.gitkeep
Normal file
3
internal/commands/doc.go
Normal file
3
internal/commands/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package commands
|
||||
|
||||
// Package commands will define the hf command tree.
|
||||
0
internal/config/.gitkeep
Normal file
0
internal/config/.gitkeep
Normal file
3
internal/config/doc.go
Normal file
3
internal/config/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package config
|
||||
|
||||
// Package config will resolve and manage .hf-config.json.
|
||||
0
internal/help/.gitkeep
Normal file
0
internal/help/.gitkeep
Normal file
3
internal/help/doc.go
Normal file
3
internal/help/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package help
|
||||
|
||||
// Package help will render help and help-brief output.
|
||||
0
internal/mode/.gitkeep
Normal file
0
internal/mode/.gitkeep
Normal file
3
internal/mode/doc.go
Normal file
3
internal/mode/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package mode
|
||||
|
||||
// Package mode will detect padded-cell/manual runtime behavior.
|
||||
0
internal/passmgr/.gitkeep
Normal file
0
internal/passmgr/.gitkeep
Normal file
3
internal/passmgr/doc.go
Normal file
3
internal/passmgr/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package passmgr
|
||||
|
||||
// Package passmgr will integrate with pass_mgr when available.
|
||||
Reference in New Issue
Block a user