We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3427f6 commit 057483bCopy full SHA for 057483b
src/xmagics/os.cpp
@@ -15,11 +15,9 @@
15
#include "os.hpp"
16
#include "../xparser.hpp"
17
18
-//#include "xeus-cpp/xoptions.hpp"
19
-
20
namespace xcpp
21
{
22
- void writefile::get_options(argparser &argpars)
+ static void get_options(argparser &argpars)
23
24
argpars.add_description("write file");
25
argpars.add_argument("-a", "--append").help("append").default_value(false).implicit_value(true);
src/xmagics/os.hpp
@@ -20,7 +20,6 @@ namespace xcpp
public:
- void get_options(argparser& argpars);
virtual void operator()(const std::string& line, const std::string& cell) override;
26
private:
0 commit comments