[Shell] The new sysprop command does not allow to delete a system property
--------------------------------------------------------------------------
Key: FELIX-1653
URL: https://issues.apache.org/jira/browse/FELIX-1653
Project: Felix
Issue Type: Bug
Affects Versions: shell-1.4.0
Reporter: Filippo Diotalevi
Assignee: Filippo Diotalevi
Priority: Minor
Fix For: shell-1.6.0
The sysprop command currently in the trunk allows to display, set and modify
system properties, but not to delete them.
The proposal is to add an additional flag -r to specify that a property
must be deleted. The new usage would be:
sysprop -> displays all the system properties
sysprop [key] -> displays the [key] property
sysprop -r [key] -> remove the [key] property
sysprop [key] [value] -> set the property [key] to [value]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.