foundeo / cfdocs-command

A CommandBox command for accessing cfdocs.org documentation from the command line.

Home Page:http://cfdocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A CommandBox command for accessing cfdocs.org documentation.

Screen Shot

Install

First make sure you have CommandBox installed, then type:

box install cfdocs

Or if you are already within the CommandBox CLI, you can just type:

install cfdocs

Using the command

There are a few display modes you can use, the default:

doc cfdump

If you want full or verbose documentation try:

doc cfdump full

If you want a listing of function arguments try:

doc rereplace arguments

For tag attributes use:

doc cfhttp attributes

For examples try:

doc rereplace examples

There are a few shortcuts to these modes, you can use args instead of arguments, or attr instead of attributes, or ex instead of examples.

About

A CommandBox command for accessing cfdocs.org documentation from the command line.

http://cfdocs.org/

License:Apache License 2.0


Languages

Language:ColdFusion 100.0%