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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When edding entrys to an existing group, they get appended above existing links in that group.
Describe the solution you'd like
A clear and concise description of what you want to happen.
per default: Append the new link after the existing links
Add CLI Parameter option to specify the position of the new link.
e.g. there are 3 links existing: a b c and you want to add link d and give as cli option the number 2
expected result: a d b c
behavior: new link comes to the specified position, counting starts with 1 (thats more user friendly for non programmers), then the old links follow. So with number 2 the new link gets inserted between the first and second already existing links.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When edding entrys to an existing group, they get appended above existing links in that group.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: