ced 0.2.2

Dead easy csv editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
limit, l <COLUMN: column>{Optional} <Attributes: Array> <OVERRIDE: bool>
	Set limiter for column with interactive prompt. You can directly pass
	limiter attributes if you want.

	The limiter's attributes are followed 
		- Column name { Mandatory }
		- Column type ( Either "Text" or "Number" ) { Mandatory }
		- Default value { Empty-able }
		- Variants { Empty-able }
		- Pattern { Empty-able }
		- Force Update { Empty-able }

	e.g)
		limit 
		limit 'column_name,type,default,variant,pattern,true'