Is your change request related to a problem? Please describe.
The noquotes parameter of write should be removed, as it is the actual default of this command. No one will actually use this command without this parameter.
Describe the solution you'd like
The noquotes parameter should be removed and its behavior made the default.
Describe possible alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context
Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Can be done by just setting the internal boolean to true. Has to be reflected in the documentation file.
DESCRIPTION
Is your change request related to a problem? Please describe. The
noquotes
parameter ofwrite
should be removed, as it is the actual default of this command. No one will actually use this command without this parameter.Describe the solution you'd like The
noquotes
parameter should be removed and its behavior made the default.Describe possible alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Can be done by just setting the internal boolean to
true
. Has to be reflected in the documentation file.IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST