Skip to content

Commit

Permalink
Merge pull request #7 from donaldsharp/community
Browse files Browse the repository at this point in the history
frr: Modify doc to talk about cli
  • Loading branch information
eqvinox authored Dec 20, 2016
2 parents d5444d2 + 19c7f43 commit e179b7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion COMMUNITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,11 @@ at scale and in ways that can be unexpected for the original implementor.
As such debugs MUST be guarded in such a way that they can be turned off.
This PROJECT has the ability to turn on/off debugs from the CLI and it is
expected that the developer will use this convention to allow control
of their debugs.
of their debugs.

### CLI-Changes

CLI's are a complicated ugly beast. Additions or changes to the CLI
should use a DEFUN to encapsulate one setting as much as is possible.
Additionally as new DEFUN's are added to the system, documentation
should be provided for the new commands.

0 comments on commit e179b7b

Please sign in to comment.