zellij-utils 0.44.1

A utility library for Zellij client and server
Documentation
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package api.command;

message Command {
  string path = 1;
  repeated string args = 2;
  optional string cwd = 3;
}