Update manual.md

main
Martin Lees 5 years ago committed by GitHub
parent f581ba6c58
commit e264ede352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1188,6 +1188,12 @@ func main() {
} }
``` ```
In this example the flag could be used like so :
`myapp --meeting 2019-08-12T15:04:05`
side note : quotes may be necessary around the date depending on your layout (if you have spaces for instance)
#### Customization #### Customization

Loading…
Cancel
Save