oxidecomputer / oxide.rs

The Oxide Rust SDK and CLI
Mozilla Public License 2.0
37 stars 12 forks source link

Add short hand commands "oxide inst l" for example #715

Closed Smithx10 closed 2 months ago

Smithx10 commented 2 months ago

Target component

Overview

While using the CLI I noticed "oxide inst" didn't work, and there didn't seem to be any short hands to cut down on typing. I'd enjoy typing less.

Implementation details

No response

Anything else you would like to add?

No response

ahl commented 2 months ago

How about this:

$ oxide completion --shell bash > ox.bash
$ . ox.bash 
$ oxide inst<tab>

In fact, just in<tab> works and is even less typing.

Smithx10 commented 2 months ago

With the completions it's good enough.