This repository was archived by the owner on Mar 8, 2022. It is now read-only.
  
  
  
  
Releases: ExplainDev/kmdr-cli
Releases · ExplainDev/kmdr-cli
v0.3.0
Command examples
Show examples for programs tar, cp, mv, rm, git, rsync, wget, curl, find, ls and npm. Can be turned off with flag --no-show-examples.
New Operand Node
Inside the context of a Program, decorate any WordNode that is neither a subcommmand, option, argument nor operator. An operand will serve as an umbrella for terms that don't match any definition in a Program Schema.
For example:
rm -r directory:directoryis an operandls -l test/:test/is an operandgit checkout master:masteris an operand.
Better formatting
Add right margin to long paragraphs. Print paragraphs within specified boundaries and word wrapping. Helps for delivering a better reading experience.
Display the argument next to an option. Arguments aren't displayed in a new line.
v0.3.0-4
v0.3.0-3
v0.3.0-2
v0.3.0-1
v0.3.0-0
v0.2.5
- Merge pull request #35 from ediardo/dockerfile f15328b
 - Merge pull request #34 from ediardo/no-deprecation 1598110
 - Use --no-deprecation (node) 112a5e8
 - Use Dockerfile-demo f15e350
 - Merge pull request #33 from ediardo/README f6eb23f
 - Add new homebrew installation dc78ac0
 - Update README.md 0539e02
 - Merge branch 'supported-programs' 5be89a3
 - Add disdown to the supported program list ad21640
 - Add new supported programs aecbec5