Ignore:
Timestamp:
06/19/19 20:02:16 (5 years ago)
Author:
nanardon
Message:

Add a way to dump object and all related objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Cli/Base.pm

    r2231 r2267  
    225225Instead displaying attribute list use C<format> as formating string 
    226226 
     227=item recur 
     228 
     229Dump object and all related objects 
     230 
    227231=back 
    228232 
     
    241245                        'fmt=s'      => \my $fmt, 
    242246                        'filefmt=s'  => \my $filefmt, 
     247                        'recur'      => \my $recur, 
    243248                    }, @_ 
    244249                ); 
     
    271276                    } else { 
    272277                        $_->text_dump( $self->Context->Out, { 
     278                            recur => $recur, 
    273279                            empty_attr => $empty_attr, 
    274280                            only_rw => !$with_ro, 
Note: See TracChangeset for help on using the changeset viewer.