gitbutler/scripts/check_formats.sh
Scott Chacon e59691d15f
CLI and APIs binary for simple virtual branch manipulation (#425)
Here we're squash-merging a branch that adds a new cli tool and some basic APIs for manipulating the data format of virtual branches as used by the frontend.

* simple cli for showing data, including vbranches
* can set and show the remote target default
* basic list, new and move in API for frontend

---------

Co-authored-by: Kiril Videlov <kiril@videlov.com>
Co-authored-by: Nikita Galaiko <nikita@galaiko.rocks>
2023-06-20 14:33:02 +02:00

12 lines
117 B
Bash
Executable File

#!/bin/bash
# Run pnpm format
pnpm format
# Change directory to src-tauri
cd src-tauri
# Run cargo fmt
cargo fmt