Cyphrme / Cyphrme/URLFormJS

Feature: Aliases

Open
#1 0 comments 1 reaction 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
JavaScript
Stars
22
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Support Aliases, especially for flags.

```javascript

const FormOptions = {
"FormParameters": [{
{
"name": "toggle",
"type": "bool",
"aliases":["t","toggle_mode"],
"saveSetting": true,
},
{
"name": "uri_settable",
"aliases":["settable"],
"type": "bool",
},
],
};
```

Aliases are needed since the save setting need to only be "name" and should not be set as many names.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.