Jeff Andersen
Jeff Andersen
We should come up with the acceptable colour palette @ntassone that goes with the Torus brand.
My opinion: - No newline after command - Newline after primary output, then final message (ie. success/failure) - Tabwriter/table spacing should be 8
Something I just thought about: Everything should word wrap! We can easily determine the window size on execution, and wrap text accordingly. This means that all the other elements (tables,...
The question that I know @jbowes will have strong opinion on is whether you do newline after all the output. A lot of product CLIs do this, but very few...
> on an 80 column width terminal, that's quite a lot. how about 4 instead? sure I was just drawing on what seemed to be used now, but we can...
> I guess we build a new layout engine ;) Yeah i was thinking about that when writing that bit. It's tricky, but sometimes you just know that a particular...
We can use this issue to talk a bit about our philosophy and approach to general layout of the tool. #### Talking points - Args vs options vs flag -...
We should always lead a complex error message with a sane/friendly explanation, followed by the more technical output (which can be helpful to power users, and useful in debugging). We...
Correct, it is not yet possible to remove a project. We have to decide a proper course of action for the secrets found in the hierarchy beneath that project (whether...
# Currently #### Select ``` $ torus link -f ✔ Select organization: jeffandersen ? Select project: + Create a new project awesome ☞ www ``` #### Confirmation ``` $ torus...