Skip to content

Commit b0cb640

Browse files
committed
cli/command: remove Apply from Cli interface
The Apply command was deprecated in 24bfedf, and has no known external users, but we didn't remove it from the interface. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f369c5b commit b0cb640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/command/cli.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ type Cli interface {
4444
Client() client.APIClient
4545
Streams
4646
SetIn(in *streams.In)
47-
Apply(ops ...CLIOption) error
4847
config.Provider
4948
ServerInfo() ServerInfo
5049
CurrentVersion() string

0 commit comments

Comments
 (0)