-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp_txt
52 lines (38 loc) · 1.33 KB
/
help_txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---------------------------------------------------------
HELP
---------------------------------------------------------
LIST OF COMMAND-LINE VALID COMMANDS
-h -n -f -Y -m -d
--help --name --format --year --month --day
DESCRIPTION OF ARGUMENTS
[-h, --h]
Show help.
[-n, --name]
Insert a name. /*caracteres alfanumericos*/
[-f, --format]
Submit the date. It must be a sequence of 8 digits
corresponding to year, month, and day (YYYYMMDD).
[-y, --year]
Insert a year. It must be a sequence of 4 digits
(YYYY)
[-m, --month]
Insert a month. It must be a sequence of 1 or 2
digits (MM). /*rango valido*/
[-d, --day]
Insert a day. It must be a sequence of 1 or 2 di-
gits (DD). /*rango valido*/
DEFAULT
/*default para todos los argumentos*/
/*que pasa si usa -f 20180512 y luego -Y 2014*/
/*que pasa si ingresa una fecha invalida pero dentro
del rango. ej 20140231 (31 de marzo)*/
INVALID INPUTS
/*se colocan dos argumentos del mismo tipo*/
/*se coloca algun argumento no listado*/
/*para los argumentos -f, -Y- -m, etc, no se coloca la
secuencia correspondiente (YYYYMMDD, YYYY, etc)*/
/*Nombre solo alfanum, los espacios se reemplazan con
'_' ej default_name*/
IMPLEMENTATION
/*ejemplos para todos los argumentos*/
/*ejemplos validos e invalidos*/