mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
Reorder device init declaration to prevent help conflicts
This commit is contained in:
parent
9cb84ee612
commit
2c90d1176c
@ -62,10 +62,10 @@ capitano.command(actions.app.init)
|
||||
capitano.command(actions.device.list)
|
||||
capitano.command(actions.device.supported)
|
||||
capitano.command(actions.device.rename)
|
||||
capitano.command(actions.device.init)
|
||||
capitano.command(actions.device.info)
|
||||
capitano.command(actions.device.remove)
|
||||
capitano.command(actions.device.identify)
|
||||
capitano.command(actions.device.init)
|
||||
|
||||
# ---------- Device Module ----------
|
||||
capitano.command(actions.notes.set)
|
||||
|
Loading…
x
Reference in New Issue
Block a user