and add a log about type creation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b81b19d126
commit
f20bbc444c
1 changed files with 11 additions and 0 deletions
11
doc/internal/logs/2011-01-18.type-creation
Normal file
11
doc/internal/logs/2011-01-18.type-creation
Normal file
|
@ -0,0 +1,11 @@
|
|||
# How to create a new type - Try #1
|
||||
|
||||
# Define possible parameters
|
||||
[21:10] kr:cdist% cd lib/types
|
||||
[21:10] kr:types% mkdir file
|
||||
[21:10] kr:file% mkdir mandority_parameters
|
||||
[21:10] kr:file% touch mandority_parameters/name
|
||||
[21:11] kr:file% touch mandority_parameters/type
|
||||
[21:11] kr:file% mkdir optional_parameters
|
||||
[21:11] kr:file% touch optional_parameters/mode
|
||||
|
Loading…
Reference in a new issue