-
- Downloads
SessionCommand => Move 'session' command to 'auth' command
Keep 'session' command but hidden
parent
88236f24
No related branches found
No related tags found
Showing
- NodeApp/src/commander/CommanderApp.ts 3 additions, 1 deletionNodeApp/src/commander/CommanderApp.ts
- NodeApp/src/commander/auth/AuthCommand.ts 6 additions, 6 deletionsNodeApp/src/commander/auth/AuthCommand.ts
- NodeApp/src/commander/auth/SessionCommand.ts 13 additions, 0 deletionsNodeApp/src/commander/auth/SessionCommand.ts
- NodeApp/src/commander/auth/subcommands/AuthLoginCommand.ts 2 additions, 2 deletionsNodeApp/src/commander/auth/subcommands/AuthLoginCommand.ts
- NodeApp/src/commander/auth/subcommands/AuthLogoutCommand.ts 2 additions, 2 deletionsNodeApp/src/commander/auth/subcommands/AuthLogoutCommand.ts
- NodeApp/src/commander/auth/subcommands/AuthTestCommand.ts 2 additions, 2 deletionsNodeApp/src/commander/auth/subcommands/AuthTestCommand.ts
NodeApp/src/commander/auth/SessionCommand.ts
0 → 100644
Please register or sign in to comment