Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
introduce "tsci config clear"
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 18, 2024
1 parent 405ee1a commit 5a7bafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/get-program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const getProgram = (ctx: AppContext) => {
configCmd
.command("print-config")
.action((args) => CMDFN.configPrintConfig(ctx, args))
configCmd.command("clear").action((args) => CMDFN.configClear(ctx, args))

const authSessionsCmd = authCmd.command("sessions")

Expand Down

0 comments on commit 5a7bafd

Please sign in to comment.