mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Factorize timestamp parsing to be coherent with command line format in configuration file.
This commit is contained in:
parent
1ec39d1c7b
commit
a543fbd7ef
6 changed files with 99 additions and 39 deletions
|
|
@ -77,6 +77,11 @@ int main(int argc, char *argv[])
|
|||
/* Print launch hints */
|
||||
tio_printf("tio v%s", VERSION);
|
||||
tio_printf("Press ctrl-t q to quit");
|
||||
if (option.debug)
|
||||
{
|
||||
config_file_print();
|
||||
options_print();
|
||||
}
|
||||
|
||||
/* Connect to tty device */
|
||||
if (option.no_autoconnect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue