mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-10 00:09:09 +02:00
[GH-ISSUE #66] Parameter to not work with autocompletion #19
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dwydler on GitHub (Nov 23, 2020).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/66
Hello,
last days i created some accounts with
accountCreatefor our Proof of Concept (PoC). The mandatory parameter --uid-auto is not usably with the TAB Key. Everytime i got only the parameter --uid.I tried two ways:
accountCreate --account test02 --uid -> Nothing happen elseaccountCreate --account test02 --uid- -> Nothing happen elseI use the latest git tag of The Bastion.
Is it possible to extend the autocompletion?
@speed47 commented on GitHub (Nov 23, 2020):
New autocompletion rules for
accountCreatehave been merged to the main branch. Please reopen if it doesn't work as expected!@dwydler commented on GitHub (Nov 23, 2020):
It's work. Thank you for the fast implement. 👍