tom-writes-code / rpgle-repl

A green-screen REPL style workspace to assist with RPGLE development
MIT License
26 stars 3 forks source link

Wiki upgrade instructions cannot run command #59

Closed priceaj closed 4 months ago

priceaj commented 4 months ago

https://github.com/tom-writes-code/rpgle-repl/wiki/Installation-and-Launch#upgrading-repl

Runinng:

CPYF FROMFILE(OLDREPL/REPLSRC) TOFILE(RPGREPL/REPLSRC) FROMMBR(*ALL) TOMBR(*ALL) MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

I get message:

Output only and MBR(*ALL) cannot be used together. +

I believe the correct command is:

CPYF FROMFILE(OLDREPL/REPLSRC) TOFILE(RPGREPL/REPLSRC) FROMMBR(ALL) TOMBR(FROMMBR) MBROPT(REPLACE) FMTOPT(MAP *DROP)

tom-writes-code commented 4 months ago

Thanks! I've updated those instructions now. I'd like to go over the installation instructions as a whole, they're a bit all over the place, but just keeping them in line will do for now.