Open MrDevel0per opened 1 month ago
Convert the entire repository from Swift to Python and rewrite tests.
Rename and convert Sources/Commands/Add.swift to src/commands/add.py
Sources/Commands/Add.swift
src/commands/add.py
AddOptions
Ally.Add
argparse
Rename and convert Sources/Commands/Dot/Dot.swift to src/commands/dot.py
Sources/Commands/Dot/Dot.swift
src/commands/dot.py
Dot
Dot.Open
Rename and convert Sources/Commands/Dot/Save.swift to src/commands/save.py
Sources/Commands/Dot/Save.swift
src/commands/save.py
SaveOptions
Dot.Save
Rename and convert Sources/Commands/Input.swift to src/commands/input.py
Sources/Commands/Input.swift
src/commands/input.py
Rename and convert Sources/Commands/List.swift to src/commands/list.py
Sources/Commands/List.swift
src/commands/list.py
ListOptions
Ally.List
Rename and convert Sources/Commands/Remove.swift to src/commands/remove.py
Sources/Commands/Remove.swift
src/commands/remove.py
RemoveOptions
Ally.Remove
Rename and convert Sources/Commands/Uninstall.swift to src/commands/uninstall.py
Sources/Commands/Uninstall.swift
src/commands/uninstall.py
Ally.Uninstall
Rename and convert Sources/Helpers/CommandRunner.swift to src/helpers/command_runner.py
Sources/Helpers/CommandRunner.swift
src/helpers/command_runner.py
safeShell
For more details, open the Copilot Workspace session.
Convert the entire repository from Swift to Python and rewrite tests.
Rename and convert
Sources/Commands/Add.swift
tosrc/commands/add.py
AddOptions
andAlly.Add
structs to Python classes withargparse
Rename and convert
Sources/Commands/Dot/Dot.swift
tosrc/commands/dot.py
Dot
andDot.Open
structs to Python classes withargparse
Rename and convert
Sources/Commands/Dot/Save.swift
tosrc/commands/save.py
SaveOptions
andDot.Save
structs to Python classes withargparse
Rename and convert
Sources/Commands/Input.swift
tosrc/commands/input.py
Rename and convert
Sources/Commands/List.swift
tosrc/commands/list.py
ListOptions
andAlly.List
structs to Python classes withargparse
Rename and convert
Sources/Commands/Remove.swift
tosrc/commands/remove.py
RemoveOptions
andAlly.Remove
structs to Python classes withargparse
Rename and convert
Sources/Commands/Uninstall.swift
tosrc/commands/uninstall.py
Ally.Uninstall
struct to a Python class withargparse
Rename and convert
Sources/Helpers/CommandRunner.swift
tosrc/helpers/command_runner.py
safeShell
function to a Python functionFor more details, open the Copilot Workspace session.