BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

zone options and view options are difficult to input #366

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the user tools take flag --options for inputting zone and view 
options. This can make it difficult for a user to input zone/view options in a 
readable format. For example:

dnsmkzone (many flags omitted) --options="one_zone option;\nanother_option; 
some_clause { a; b; };\n"

There needs to be an option to instead supply the user tool with a file that 
contains the options. For example:

dnsmkzone (many flags omitted) --option-file=my_zone_options.txt

This way the user can compose the zone/view options easily in a text editor, 
instead of as one long string on the command line, hardcoding in \t and \n 
characters.

Original issue reported on code.google.com by J.S.Pavlick@gmail.com on 24 Mar 2013 at 10:35

GoogleCodeExporter commented 9 years ago
Added in r1166

Original comment by Cooke...@gmail.com on 16 Aug 2013 at 3:06