Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Int64Slice not support by read toml file #1550

Closed
3 tasks done
Edelweiss-Snow opened this issue Oct 28, 2022 · 1 comment
Closed
3 tasks done

Int64Slice not support by read toml file #1550

Edelweiss-Snow opened this issue Oct 28, 2022 · 1 comment
Labels
area/v2 relates to / is being considered for v2 status/triage maintainers still need to look into this

Comments

@Edelweiss-Snow
Copy link
Contributor

Edelweiss-Snow commented Oct 28, 2022

Checklist

  • Are you running the latest v2 release? The list of releases is here.
  • Did you check the manual for your release? The v2 manual is here.
  • Did you perform a search about this feature? Here's the GitHub guide about searching.

What problem does this solve?

I used toml file input configuration, toml parsing int variables will become int64, but this file altsrc/map_input_source.go does not support int64Slice,toml Unmarshal number (example:1,2,3) will become int64 (1,2,3), so i nedd it

A clear and concise description of what problem this feature would solve. For example:

  • needing to type out the full flag name takes a long time, so I
    would like to suggest adding auto-complete
  • I use (osx, windows, linux) and would like support for (some
    existing feature) to be extended to my platform
  • the terminal output for a particular error case is confusing, and
    I think it could be improved

Solution description

A detailed 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.

@Edelweiss-Snow Edelweiss-Snow added area/v2 relates to / is being considered for v2 status/triage maintainers still need to look into this labels Oct 28, 2022
@dearchap
Copy link
Contributor

dearchap commented Nov 6, 2022

PR #1551

@dearchap dearchap closed this as completed Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/v2 relates to / is being considered for v2 status/triage maintainers still need to look into this
Projects
None yet
Development

No branches or pull requests

2 participants