mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Rename pio account info
command to pio account show
This commit is contained in:
@ -9,9 +9,9 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
.. _cmd_account_info:
|
||||
.. _cmd_account_show:
|
||||
|
||||
platformio account info
|
||||
platformio account show
|
||||
=======================
|
||||
|
||||
.. contents::
|
||||
@ -21,7 +21,7 @@ Usage
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
platformio account info
|
||||
platformio account show
|
||||
|
||||
|
||||
Description
|
@ -35,9 +35,9 @@ To print all available commands and options use:
|
||||
:maxdepth: 2
|
||||
|
||||
cmd_forgot
|
||||
cmd_info
|
||||
cmd_login
|
||||
cmd_logout
|
||||
cmd_password
|
||||
cmd_register
|
||||
cmd_show
|
||||
cmd_token
|
||||
|
@ -61,6 +61,6 @@ def account_forgot(**kwargs):
|
||||
pioplus_call(sys.argv[1:])
|
||||
|
||||
|
||||
@cli.command("info", short_help="PIO Account information: groups, permissions")
|
||||
def account_info():
|
||||
@cli.command("show", short_help="PIO Account information: groups, permissions")
|
||||
def account_show():
|
||||
pioplus_call(sys.argv[1:])
|
||||
|
Reference in New Issue
Block a user