Class: Bitbucket::Cli::Command
- Inherits:
-
Thor
- Object
- Thor
- Bitbucket::Cli::Command
- Defined in:
- lib/bitbucket/cli/command.rb
Instance Method Summary collapse
Instance Method Details
#account(name = '', password = '') ⇒ Object
13 14 15 |
# File 'lib/bitbucket/cli/command.rb', line 13 def account(name='', password='') Bitbucket::Cli::Config.new.add_account name, password end |