Skip to content
#

ansi

Here are 318 public repositories matching this topic...

picocli
deining
deining commented Dec 1, 2019

While answering #878, I realized, that both user manual and quick guide could be improved. Goal should be to get first time users started as quickly as possible.
Thinking back to my first time contact with picocli I remembered it wasn't straightforward for me to get things up and running, either. Don't get me wrong: The picocli manual is very complete, concise and was/is of great help for me in m

doc
marklagendijk
marklagendijk commented Mar 2, 2020

Currently creating a table with headers requires quite some effort.
However, it should be relatively easy to provide this functionality in the library.
At the very least some better examples could be supplied.

Here is a rather simplistic approach that works quite well:

const { table } = require('table');
const chalk  = require('chalk');

function printTable(data, options) 
ArduinoMenu
fovea1959
fovea1959 commented Feb 15, 2019

I am trying to evaluate adapting ArduinoMenu to run under Mongoose OS, and am looking at a two stage implementation plan:

  1. get it running on Linux (with a very generic serial input and output device, similar to the Blink or Button examples). I want to do this so I can quickly get the menus going, and make sure I really understand what's going on.

  2. move it to Mongoose OS (with an ILI9341

Improve this page

Add a description, image, and links to the ansi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ansi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.