/
uzer_007
/
Rixea
Обзор
Документация
Войти
/
uzer_007
/
Rixea
Код
Запросы
0
Задачи
Вики
Пакеты
5
Релизы
2
CI/CD
Аналитика
Безопасность
master
modules/git/internal/cmdarg.go
9 строк
485 B
uzer_007
feat: первая версия Rixea
02 авг 2026, 22:16
02 авг 2026, 22:16
d4f7504
Код
Авторство
О чём код?
// Copyright 2026 Uzer_007. All rights reserved. // SPDX-License-Identifier: MIT package internal // CmdArg represents a command argument for git command, and it will be used for the git command directly without any further processing. // In most cases, you should use the "AddXxx" functions to add arguments, but not use this type directly. // Casting a risky (user-provided) string to CmdArg would cause security issues if it's injected with a "--xxx" argument. type CmdArg string