generator: Move guestfish commands to new module Fish_commands.

This commit is contained in:
Richard W.M. Jones
2017-02-18 12:28:25 +00:00
parent 97773d2bbe
commit cf3001c2ed
7 changed files with 344 additions and 302 deletions

View File

@@ -31,6 +31,7 @@ open Structs
open Prepopts
open C
open Events
open Fish_commands
let generate_header = generate_header ~inputs:["generator/fish.ml"]