Add /Process.Kill RPC endpoint and fix CLI IPv6/port bugs
Add kill to RPCs in process module (#103) * Add kill to process to send signals to a given pid. No support for wildcarding with negative pids/signals (too dangerous) * Client side of kill * Integration testing for kill. shfmt also redid some lines