mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 18:10:39 +09:00
Fix duplicate auth login company flag
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
37c2c4acc4
commit
298713fae7
2 changed files with 16 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ export function registerClientAuthCommands(auth: Command): void {
|
|||
auth
|
||||
.command("login")
|
||||
.description("Authenticate the CLI for board-user access")
|
||||
.option("-C, --company-id <id>", "Request access for a specific company")
|
||||
.option("--instance-admin", "Request instance-admin approval instead of plain board access", false)
|
||||
.action(async (opts: AuthLoginOptions) => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue