Class Extensions::Add
In: extensions/add.rb
Parent: Extensions::Namespace

This module provides a methods tp add nodes or categories Actions:

node
adds a node to the node tree
category
adds a note category

Constants

INFO = { :namespace => 'add', :description => 'add elements to the project', :commands => { 'node' => { :desc => 'Adds a node to the node tree.', :syntax => [ { :required => true, :label => 'parent_id', :desc => 'The id of parent to the new node. Use 0 if it is to be a root node.', :regexp => /^\d*$/

[Validate]