Ignore:
Timestamp:
02/19/19 19:43:08 (5 years ago)
Author:
nanardon
Message:

Add a begin command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-cli

    r1044 r2203  
    2121    'c|config=s'        => \my $config, 
    2222    'b|base=s'          => \my $base, 
     23    't|transaction'     => sub { $LATMOS::Accounts::Cli::trans_mode = 1 }, 
    2324    'no-unexp|wo-unexp' => \my $nounexp, 
    2425    'with-unexp'        => \my $unexp, 
     
    3738 
    3839Query this specific base instead of the default one. 
     40 
     41=item -t|--transaction 
     42 
     43Enable transaction mode: don't commit at earch command 
    3944 
    4045=item --unexp 
Note: See TracChangeset for help on using the changeset viewer.