oscript-library / oscript-library/opm

Команда "opm config" сбрасывает все настройки в файле настройки при указании ключа "-proxyusedefault"

Open
#78 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
1C Enterprise
Stars
85
Forks
35
Avg merge
1m
Merged PRs (30d)
1

Description

Даже указываю полный набор ключей, получаем пустой файл
opm config -proxyusedefault -proxyserver myserver -proxyport 3128 -proxyuser user -proxypass 123

{
    "Прокси": {
        "ИспользоватьПрокси": true,
        "ПроксиПоУмолчанию": true,
        "Сервер": "",
        "Порт": "",
        "Пользователь": "",
        "Пароль": "",
        "ИспользоватьАутентификациюОС": false
    },
    "СоздаватьShСкриптЗапуска": false
}

без указанного ключа создается правильный файл, с указанными настройками

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with opm config -proxyusedefault -proxyserver myserver -proxyport 3128 -proxyuser user -proxypass 123, then compare the generated configuration with a run that omits -proxyusedefault. Trace the opm config command's handling of these proxy options; done means the supplied server, port, user, and password remain in the configuration when -proxyusedefault is present.

Written by the indexing model from the issue text.

Assessment

Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.