Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

API draft for the rewrite#308

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
oskardotglobal wants to merge13 commits intowinapps-org:rewrite
base:rewrite
Choose a base branch
Loading
fromoskardotglobal:feat-rewrite-api
Open
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
2f312af
fix: squash history because of broken rebase
oskardotglobalSep 8, 2025
bc9fc5d
feat: doc .envrc parameters & allow overriding toolchain
oskardotglobalSep 8, 2025
0740791
fix: typo in ci.yaml
oskardotglobalSep 8, 2025
81cfe22
feat: add markdown license
oskardotglobalSep 8, 2025
a25980e
fix(ci): use compatible toolchain action
oskardotglobalOct 3, 2025
badf5c0
Merge branch 'feat-rewrite-api' of github.com:oskardotglobal/winapps …
oskardotglobalOct 3, 2025
0f49aa9
feat: add setup
oskardotglobalOct 4, 2025
858f790
feat: pin foreign action SHA
oskardotglobalOct 4, 2025
bc49e92
fix: drop quickemu subcommand
oskardotglobalOct 5, 2025
a3781a7
fix: don't deadlock on setup
oskardotglobalOct 5, 2025
5e7cc1a
chore: address most coderabbit lints
oskardotglobalOct 12, 2025
a33c5e3
chore: address more comments
oskardotglobalOct 12, 2025
c0e6538
feat: upgrade packages & switch to 2024
oskardotglobalOct 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix: drop quickemu subcommand
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
  • Loading branch information
@oskardotglobal
oskardotglobal committedOct 5, 2025
commitbc49e92e5bb132e9c87c935e1550412f0a382bf4
15 changes: 0 additions & 15 deletionswinapps-cli/src/main.rs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,21 +22,6 @@ fn cli() -> Command {
.allow_hyphen_values(true),
),
)
.subcommand(
Command::new("vm")
.about("Manage a windows 10 vm using quickemu")
.subcommand_required(true)
.arg_required_else_help(true)
.allow_external_subcommands(true)
.subcommand(Command::new("create").about("Create a windows 10 vm using quickget"))
.subcommand(Command::new("start").about("Start the vm"))
.subcommand(Command::new("kill").about("Kill the running VM")),
)
.subcommand(
Command::new("app")
.about("Connects to app on remote")
.arg(arg!(<APP> "App to open")),
)
}

fn main() -> Result<()> {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp