comparison libinterp/octave.h @ 29898:dffd1c943f1a stable

main.cc: Use getopt to parse command line arguments (bug #60886). * src/main.in.cc (main): Use getopt to parse command line arguments. * libinterp/options-usage.h: Split into options.h and usage.h. * libinterp/options.h (octave_getopt_options long_opts): Add command line options "force-gui" and "no-gui-libs" to struct. (grafted from bc19d9360bace492accb86414badda5ab9ba8cde)
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Jul 2021 15:54:48 +0200
parents 0a5b15007766
children 853e4b7ae0d5
comparison
equal deleted inserted replaced
29883:0f6dc48a740e 29898:dffd1c943f1a
33 33
34 #include "str-vec.h" 34 #include "str-vec.h"
35 35
36 namespace octave 36 namespace octave
37 { 37 {
38 // Command line arguments. See also options-usage.h. 38 // Command line arguments. See also options.h.
39 39
40 class OCTINTERP_API cmdline_options 40 class OCTINTERP_API cmdline_options
41 { 41 {
42 public: 42 public:
43 43