Skip to content
#

command-line-interface

Here are 253 public repositories matching this topic...

AndrewOwenMartin
AndrewOwenMartin commented Apr 26, 2019

The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. That doesn't appear to be accurate documentation as any function, or lambda, I use as a questions "message" gets evaluated as a string in the prompt.

e.g. This question definition;

def my_message(answers):
    return "Hello {x}".format(x=len
covid19-tracker-cli

A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates. curl -L covid19.trackercli.com

  • Updated May 2, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the command-line-interface 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 command-line-interface topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.