mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create and use ParentablePath
This commit is contained in:
@@ -21,7 +21,7 @@ namespace SabreTools.Library.Help
|
||||
public string Name { get; protected set; }
|
||||
public List<string> Flags { get; protected set; }
|
||||
public string Description { get; protected set; }
|
||||
public string LongDescription { get; protected set; } // TODO: Use this to generate README.1ST?
|
||||
public string LongDescription { get; protected set; }
|
||||
public Dictionary<string, Feature> Features { get; protected set; }
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user