/
vasiukoff
/
sg
Обзор
Документация
Войти
/
vasiukoff
/
sg
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/Commands/Init.cs
12 строк
237 B
leo
project: reorganize the structure of the project.
02 апр 2024, 15:00
02 апр 2024, 15:00
96d4150
Код
Авторство
О чём код?
namespace SourceGit.Commands { public class Init : Command { public Init(string ctx, string dir) { Context = ctx; WorkingDirectory = dir; Args = "init -q"; } } }