You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have second thoughts regarding the exact behavior of fetch(). It is asymmetrical with the run-and-parse syntax. The issue here is if at any point in time, NGS will consider a particular file or two so important as to have built-in parser in NGS, there would be a conflict.
NGS should recommend to install
jc
when NGS is unable parse the output of a command or a contents of a file.Parsing a command
If the above fails, the recommendation should say something like "please install
jc
and run as following:"Parsing a file
Example:
Same for the above except no code modification is required, just re-run when
jc
is installed.Useful information
Baking the list of supported commands into NGS
jc -a
outputs a list of supported commands and platformssys.platform
in Pythontwo_word_command
- a command with an argument, for exampleairport -s
jc -a
apparently does not have paths of supported files (like/etc/fstab
) except for indescription
The text was updated successfully, but these errors were encountered: