-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify application help messages #273
Comments
@aancel this should actually allow to simplify the onelab interface : we can separate the menu for the application and the library and have the library menu closed by default |
@StephaneVeys @aancel have i broken anything in onefeel ? for example the reduced basis app |
@prudhomm @StephaneVeys After a quick test, it seems to still be working on my side (also tested with crb_heatshield1app) |
good! |
Regarding to closing the Feelpp menu, I have looked into Onelab scripting syntax and didn't find anything to do that. I think it will require modifying code in Gmsh. The |
Since this commit I have the following error: (compiling with gcc-4.7 and /home/vinch/feelpp/feel/feelcore/environment.hpp:164:103: error: no match
Vincent Doyeux On Mon, Feb 17, 2014 at 12:15 PM, Alexandre Ancel
|
this is fixed |
We should simplify the help message obtained using
--help
: at the moment it prints all options from the application and from the library. It is probably quite hard for the user to understand what is going on and see his/her options. We should separate the application option from the library option. This would require a second_desc
parameter e.g._desc_lib
to specify the library option. This should be compatible with the previous setting.The text was updated successfully, but these errors were encountered: