Skip to content

Commit a65a161

Browse files
authored
chore: early merge clibase foundations (#6542)
1 parent 144f374 commit a65a161

File tree

9 files changed

+827
-13
lines changed

9 files changed

+827
-13
lines changed

cli/clibase/clibase.go

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// We will extend its usage to the rest of our application, completely replacing
66
// cobra/viper. It's also a candidate to be broken out into its own open-source
77
// library, so we avoid deep coupling with Coder concepts.
8+
//
9+
// The Command interface is loosely based on the chi middleware pattern and
10+
// http.Handler/HandlerFunc.
811
package clibase
912

1013
import (

0 commit comments

Comments
 (0)