teco

Crates.ioteco
lib.rsteco
version0.2.0
created_at2025-04-01 12:38:44.03436+00
updated_at2025-09-04 12:11:01.624393+00
descriptionA simple code test runner
homepagehttps://github.com/lewohy/teco
repository
max_upload_size
id1614791
size57,066
Lee Woo Hyun (lewohy)

documentation

README

teco

Usage

Usage: teco [OPTIONS] --command <COMMAND> --case-dir <CASE_DIR>

Options:
      --command <COMMAND>    실행할 명령 windows에서는 cmd /C "명령" 형태로 실행됨 그 외는 sh -c '명령' 형태로 실행됨
      --case-dir <CASE_DIR>  *.in과 *.out 파일이 있는 디렉토리
      --show-input           input의 출력 여부
  -h, --help                 Print help
  -V, --version              Print version
  • target에 arguments를 넣을 수 있도록 수정
  • input, output 파일을 지정할 수 있도록 수정
Commit count: 0

cargo fmt